/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Bold 700 */
@font-face{
  font-family: "Nunito Sans"; 
  src:url('https://www.garp.org/hubfs/Website/Common/Fonts/Nunito_Sans/NunitoSans-ExtraBold.ttf');
  font-weight: 700;
  font-display: fallback; /* Define how the browser behaves during download */
}

/* Medium 500 */
@font-face{
  font-family: "Nunito Sans"; 
  src:url('https://www.garp.org/hubfs/Website/Common/Fonts/Nunito_Sans/NunitoSans-Bold.ttf'); 
  font-weight: 500;
  font-display: fallback; /* Define how the browser behaves during download */
}

/* Book 400 */
@font-face{
  font-family: "Nunito Sans"; 
  src:url('https://www.garp.org/hubfs/Website/Common/Fonts/Nunito_Sans/NunitoSans-Regular.ttf'); 
  font-weight: 400;
  font-display: fallback; /* Define how the browser behaves during download */
}

/* Light 100 */
@font-face{
  font-family: "Nunito Sans"; 
  src:url('https://www.garp.org/hubfs/Website/Common/Fonts/Nunito_Sans/NunitoSans-Light.ttf'); 
  font-weight: 100;
  font-display: fallback; /* Define how the browser behaves during download */
}

html{
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding: 25px;
}

body{
  font-size: 1.6rem;
  width: 100%; 
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans";
  color: #081A31;
  font-variant-ligatures: none !important;
}

div {
  box-sizing: border-box;
}

button, input {
  font-family: "Nunito Sans";
}
sup {
  font-size: .5em;
}

h1{
  color: #9DA7AE;
  font: normal normal 700 6rem/1.2 "Nunito Sans";
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  font-variant-ligatures: none !important;
}

h2,
h1.htwo{
  color: #9DA7AE;
  font: normal normal 100 4rem/1.2 "Nunito Sans";
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-variant-ligatures: none !important;
}

h3,
h1.hthree{
  font: normal normal 500 2.4rem/1.2 "Nunito Sans";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.6rem;
  letter-spacing: 1px;
  font-variant-ligatures: none !important;
}

h4,
h1.hfour{
  font: normal normal 500 2.4rem/1.2 "Nunito Sans";
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-variant-ligatures: none !important;
}

h5,
h1.hfive{
  font: normal normal 400 2.4rem/1.2 "Nunito Sans";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-variant-ligatures: none !important;
}

h6,
h1.hsix{
  font: normal normal 400 2.4rem/1.2 "Nunito Sans";
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-variant-ligatures: none !important;
}


@media screen and (max-width: 1099px){
  h1{
    font-size: 3.2rem !important;
  }

  h2,
  h1.htwo{
    font-size: 2.8rem !important;
  }

  h3,h4,h5,h6,
  h1.hthree,h1.hfour,h1.hfive,h1.hsix{
    font-size: 1.8rem !important;
  }
  
}

p{
  font: normal normal 400 1.6rem/1.618 "Nunito Sans";
  margin-top: 0;
  margin-bottom: 1.6rem;
  font-variant-ligatures: none !important;
}

hr {
  border-top: 2px solid #F2F3F4;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.blue {
 color: #081A31; 
}

.light {
  font-weight: 100 !important; 
}

.normal {
  font-weight: 400 !important; 
}

.medium {
  font-weight: 500 !important; 
}

.heavy {
  font-weight: 700 !important; 
}

.white {
  color: white !important;
}

.text-center {
  text-align: center   
}

strong, b{
  font-weight: 500;
}

/* Links */

a{
  color: #00a2dd;
  text-decoration: none;
  font-weight: 500;
}

a:hover{
  color: #006C99;
}

a { 
  transition: background-color .3s,border-color .3s;
  cursor: pointer;
}

/* Lists */

ul {
  margin-top: 0;
  margin-bottom: 0;
}

.bodyContainer ul {
  margin-bottom: 2rem;
}

.bodyContainer ul li,
.bodyContainer ol li {
  margin-bottom: 0;
  line-height: 1.618;
}

@media not all and (min-resolution:.001dpcm) { 
@media {
  .bodyContainer ul li,
  .bodyContainer ol li {
    margin-bottom: 12px !important;
  }
}}

@supports (-webkit-appearance: none) and (font: -apple-system-body) {
  .bodyContainer ul li,
  .bodyContainer ol li {
    margin-bottom: 12px !important;
    }
  }
}


.bodyContainer ul li::marker {
  font-size: 1.5em;
}

ul li::marker,
.bodyContainer .frm ul li::marker {
  color: #00A2DD;
}

.bodyContainer .erp ul li::marker {
  color: #B0C636;
}

.bodyContainer .scr ul li::marker {
  color: #fcb515;
}

.bodyContainer .corp ul li::marker {
  color: #00A2DD;
}

.bodyContainer .gri ul li::marker {
  color: #00A54F;
}

.bodyContainer .rai ul li::marker {
  color: #ff8b00;
}

/* Lists End */

.bodyContainer {
  float: none!important; 
  max-width: 1100px; 
  margin: 0px auto!important; 
}

@media screen and (max-width: 1130px){
  .bodyContainer{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bodyContainer img,
.bodyContainer table {
  max-width: 100%;  
}

.centerIMG {
  display: block; 
  margin: 0px auto; 
  max-width: 100%; 
}

.cardShadow {
  border-radius: 1px;
  box-shadow: -1px 0 2px 0 rgb(0 0 0 / 22%), 1px 0 2px 0 rgb(0 0 0 / 22%), 0 1px 1px 0 rgb(0 0 0 / 34%);
  position: relative;
  width: 100%;
  background: #fff;
  cursor: pointer;
}

.cardShadow:hover {
  box-shadow: -2px 0 2px 0 rgb(0 0 0 / 16%), 2px 0 2px 0 rgb(0 0 0 / 16%), 0 2px 2px 0 rgb(0 0 0 / 23%);
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

.mainWrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: space-between; 
}


.contentContainer{
  float: none!important; 
  max-width: 800px!important; 
  margin: 0px auto!important;   
}

@media screen and (max-width: 830px){
  
  .contentContainer{
    padding-left: 15px; 
    padding-right: 15px; 
  }

}


.smallContainer{
  float: none!important; 
  max-width: 650px!important; 
  margin: 0px auto!important;   
}

@media screen and (max-width: 700px){
  
  .smallContainer{
    padding-left: 35px; 
    padding-right: 35px; 
  }

}

.topLayer {
 z-index: 1000;
}

.garpTable {
  width:100%;
  border-spacing: 0;
  border-collapse: collapse;
}


/* Garp Button */
.interactive_button {
  font-weight: 500;
}

.garpBtn {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  border: 2px solid #00A2DD;
  background-color: #00A2DD; 
  color: white; 
  text-align: center; 
  padding: 12px 15px;
  margin-top: 16px;
  border-radius: 2px;
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 500;
  box-sizing: border-box;
  text-shadow: none;
  letter-spacing: .5px;
}

a.cta_button.garpBtn{
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset !important;
}

.garpBtn:hover{ 
  background-color: #006C99; 
  border: 2px solid #006C99;
  color: white;
}

.garpBtn.garpBtn--white{
  background: #FFFFFF;
  color: #00A2DD; 
}

.garpBtn.garpBtn--white:hover{ 
  background-color: #9DA7AE; 
  border: 2px solid #9DA7AE;
  color: white;
}

.doubleBtn {
  display: inline-block;
  margin: 0 auto;
}

.doubleBtn > .hs_cos_wrapper_type_cta {
  display: inline-block;
  margin-top: 16px;
}

@media screen and (min-width: 1175px){
  .doubleBtn .garpBtn--white {
    float: left;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1175px){
  .doubleBtn .garpBtn--white {
    margin-top: 20px;
    display: block;
  }
}

.garpNewBtn{
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  display: inline-block;
  width: 300px;
  max-width: 100%;
  text-align: center;
  border-radius: 30px;
  border: 2px solid #00A2DD;
  background-color: #00A2DD; 
  color: white; 
  text-align: center; 
  padding: 10px;
  margin-top: 1.6rem;
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 500;
  box-sizing: border-box;
  text-shadow: none;
  letter-spacing: .5px;
}

.garpNewBtn:hover{ 
  background-color: #006C99; 
  border: 2px solid #006C99;
  color: white;
}

/* Garp Button End */

/* Forms */

.garpForm {
  position: relative;     
}

.garpForm form.hs-form::after {
  content: "*Indicates required fields";
  font-size: 12px;
  color: inherit;
  font-weight: 500;
  position: relative;
  top: 8px;
}

.garpForm .hs_error_rollup {
 display: none;
}

.garpForm label {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

.garpForm .legal-consent-container {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.garpForm .hs-error-msg {
  color: #ff6666;
  position: relative;
  top: -10px;
}

.garpForm input[type="text"], .garpForm input[type="email"], .garpForm input[type="tel"], .garpForm select, .garpForm textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  line-height: 1.42857143;
  color: #555;
  cursor: pointer;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #9DA7AE;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 0 0 8px;
  position: relative;
  z-index: 5;
  font-size: 14px;
  font-weight: 400;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: inset 1px 2px 5px rgb(0 0 0 / 50%);
  -moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,0.5);
  box-shadow: inset 1px 2px 5px rgb(0 0 0 / 50%);
  font-family: "Nunito Sans";
}

.garpForm textarea {
  min-height: 90px;
  padding-top: 5px;
  font-family: "Nunito Sans";
}

.garpForm .hs-fieldtype-select,
.garpForm .hs-fieldtype-select .input {
  position: relative;
}

.garpForm .hs-fieldtype-select .input:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid #00A2DD;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 14px;
  right: 12px;
  z-index: 5;
  pointer-events: none;
}

.garpForm input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: 2px solid #00A2DD;
  background-color: #00A2DD; 
  color: white; 
  text-align: center; 
  padding: 12px 10px;
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 700;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: .5px;
  font-family: "Nunito Sans";
}

.garpForm input[type="submit"]:hover{ 
  background-color: #006C99; 
  border: 2px solid #006C99;  
}

.garpForm  ul {
  list-style: none;
  padding-left: 0;
}

.garpForm .legal-consent-container ul {
  font-size: 11px;
}

.garpForm .legal-consent-container input[type="checkbox"] {
  -webkit-appearance: value;
  -moz-appearance:    value;
  appearance:         value;
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #9DA7AE;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  z-index: 5;
  -webkit-box-shadow: inset 1px 2px 5px rgb(0 0 0 / 50%);
  -moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,0.5);
  box-shadow: inset 1px 2px 5px rgb(0 0 0 / 50%);
}

.garpForm .legal-consent-container input[type="checkbox"]:checked {
  background: #00A2DD !important;
  width: 20px;
  height: 20px;
  display: block;
  left: -1px;
  top: -1px;
  position: relative;
}

.garpForm .legal-consent-container input[type="checkbox"] + span {
  position: relative;
}

.garpForm .legal-consent-container input[type="checkbox"]:checked + span:before {
  content: '';
  height: 5px;
  width: 10px;
  display: block;
  position: absolute;
  top: 11px;
  left: -7px;
  z-index: 5;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-bottom-color: #fff;
  border-left: 2px solid #fff;
  border-left-color: #fff;
}

.garpForm .inputs-list{
  margin-bottom: 1rem;
}

#live-search.garpForm > div::after {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27%2300a2dd%27%3E%3Cpath%20d%3D%27M23.061%2C20.939l-5.733-5.733a9.028%2C9.028%2C0%2C1%2C0-2.122%2C2.122l5.733%2C5.733ZM3%2C10a7%2C7%2C0%2C1%2C1%2C7%2C7A7.008%2C7.008%2C0%2C0%2C1%2C3%2C10Z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  right: 13px;
  bottom: 9px;
  z-index: 10;
  content: "";
  position: absolute;
  pointer-events: none;
}

#live-search.garpForm input {
  border-radius: 5px;
}

.garpForm .hs-form-radio {
  margin-bottom: 10px;
}

.garpNewForm {
  position: relative;
}

.garpNewForm label {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

.garpNewForm .legal-consent-container {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.garpNewForm .hs-error-msg {
  color: #ff6666;
  position: relative;
  top: -10px;
}

.garpNewForm input[type="text"], .garpNewForm input[type="email"], .garpNewForm input[type="tel"], .garpNewForm select, .garpNewForm textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  line-height: 1.42857143;
  color: #555;
  cursor: pointer;
  background-image: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-radius: 0px;
  appearance: none;
  background-color: #fff;
  border: 1px solid #9DA7AE;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 0 0 8px;
  position: relative;
  z-index: 5;
  font-size: 14px;
  font-weight: 400;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  box-shadow: inset 0px 1px 5px rgb(0 0 0 / 25%);
}

.garpNewForm textarea {
  min-height: 90px;
}

.garpNewForm .hs-fieldtype-select {
  position: relative;
}

.garpNewForm .hs-fieldtype-select .input:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 11px solid #081a31;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: 38px;
  right: 12px;
  z-index: 5;
  pointer-events: none;
}

.garpNewForm input[type="submit"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 1px;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #00A2DD;
  background-color: #00A2DD; 
  color: white; 
  text-align: center; 
  padding: 10px;
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 700;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0 auto;
}

.garpNewForm input[type="submit"]:hover{ 
  background-color: #006C99; 
  border: 2px solid #006C99;  
}

.garpNewForm .actions{ 
  text-align: center;
}

.garpNewForm  ul {
  list-style: none;
  padding-left: 0;
}

.garpNewForm .legal-consent-container ul {
  font-size: 11px;
}

.garpNewForm .legal-consent-container input[type="checkbox"] {
  cursor: pointer;
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-right: 5px;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border-radius: 10px;
  appearance: none;
  border: 1px solid #9DA7AE;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
  background-color: #fff;
  z-index: 5;
  box-shadow: inset 0px 1px 5px rgb(0 0 0 / 25%);
}

.garpNewForm .legal-consent-container input[type="checkbox"]:checked {
  background: #00A2DD !important;
  width: 20px;
  height: 20px;
  display: block;
  left: -1px;
  top: -1px;
  position: relative;
}

.garpNewForm .legal-consent-container input[type="checkbox"] + span {
  position: relative;
}

.garpNewForm .legal-consent-container input[type="checkbox"]:checked + span:before {
  content: '';
  height: 5px;
  width: 10px;
  display: block;
  position: absolute;
  top: 11px;
  left: -7px;
  z-index: 5;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-bottom-color: #fff;
  border-left: 2px solid #fff;
  border-left-color: #fff;
}

.garpNewForm .inputs-list{
  margin-bottom: 1rem;
}

#live-search.garpNewForm > div::after {
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27%2300a2dd%27%3E%3Cpath%20d%3D%27M23.061%2C20.939l-5.733-5.733a9.028%2C9.028%2C0%2C1%2C0-2.122%2C2.122l5.733%2C5.733ZM3%2C10a7%2C7%2C0%2C1%2C1%2C7%2C7A7.008%2C7.008%2C0%2C0%2C1%2C3%2C10Z%27%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  right: 13px;
  bottom: 9px;
  z-index: 10;
  content: "";
  position: absolute;
  pointer-events: none;
}

#live-search.garpNewForm input {
  border-radius: 5px;
}


/* Forms End */


/* Headlines */

.frm .garpHeadline {
  color: #00A2DD;
}

.erp .garpHeadline {
  color: #849C3A;
}

.scr .garpHeadline {
  color: #FDB515;
}

.corp .garpHeadline {
  color: #9DA7AE;
}

.gri .garpHeadline {
  color: #006938;
}

.rai .garpHeadline {
  color: #ff8b00;
}

/* Headlines End */

/* HRs */

.frm .garpHr {
  border: 2px solid #00A2DD;
}

.erp .garpHr {
  border: 2px solid #849C3A;
}

.scr .garpHr {
  border: 2px solid #FDB515;
}

.corp .garpHr {
  border: 2px solid #9DA7AE;
}

.gri .garpHr {
  border: 2px solid #006938;
}

.rai .garpHr {
  border: 2px solid #ff8b00;
}

/* HRs End */

/* Borders */

.frm .garpBorder {
  border: 2px solid #0080AA;  
}

.erp .garpBorder {
  border: 2px solid #849C3A;  
}

.scr .garpBorder {
  border: 2px solid #CE9126;  
}

.corp .garpBorder,
.climate_games .garpBorder{
  border: 2px solid #081b31;  
}

.gri .garpBorder {
  border: 2px solid #006738;
}

.rai .garpBorder {
  border: 2px solid #081a31;
}

/* Borders End */

/* Side Scrolling Nav */

#stickyMenu {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 140px;
}

#side-scroller{
  background-color: white;
  border-right: 1px solid #00A2DD;
  border-left: 1px solid #00A2DD;
  border-bottom: 1px solid #00A2DD;
  font-weight: 600;
  cursor: pointer;
  max-width: 350px;
}

    .erp #side-scroller{
    border-right: 1px solid #849C3A;
    border-left: 1px solid #849C3A;
    border-bottom: 1px solid #849C3A;
    }

    .scr #side-scroller{
    border-right: 1px solid #CE9126;
    border-left: 1px solid #CE9126;
    border-bottom: 1px solid #CE9126;
    }

    .corp #side-scroller{
    border-right: 1px solid #9DA7AE;
    border-left: 1px solid #9DA7AE;
    border-bottom: 1px solid #9DA7AE;
    }

    .rai #side-scroller{
    border-right: 1px solid #081a31;
    border-left: 1px solid #081a31;
    border-bottom: 1px solid #081a31;
    }

#side-scroller a {
  display: block;
  text-decoration: none;
  color: #00A2DD;
}

#side-scroller > nav > a {
  padding: 1rem 2rem;
  border-top: 1px solid #00A2DD;
}

    .erp #side-scroller > nav > a {
        border-top: 1px solid #849C3A;
    }
    
    .scr #side-scroller > nav > a {
        border-top: 1px solid #CE9126;
    }
    .corp #side-scroller > nav > a {
        border-top: 1px solid #9DA7AE;
    }
    .rai #side-scroller > nav > a {
        border-top: 1px solid #081a31;
    }

.frm #side-scroller > nav > a.active {
  border-bottom: 1px solid #00A2DD;
}

    .erp #side-scroller > nav > a.active{
        border-bottom: 1px solid #849C3A;
    }
    .scr #side-scroller > nav > a.active {
        border-bottom: 1px solid #CE9126;
    }
    .corp #side-scroller > nav > a.active {
        border-bottom: 1px solid #9DA7AE;
    }
    .rai #side-scroller > nav > a.active {
        border-bottom: 1px solid #081a31;
    }

#side-scroller > nav > a.active,
#side-scroller > nav > a:hover {
  color: white;
  background-color: rgba(0,162,221,0.5);
}

    .erp #side-scroller > nav > a.active,
    .erp #side-scroller > nav > a:hover {
        color: #081A31;
        background-color: rgba(176,198,54,0.5);
    }
    .scr #side-scroller > nav > a.active,
    .scr #side-scroller > nav > a:hover {
        color: #081A31;
        background-color: rgba(252,181,21,0.5);
    }
    .corp #side-scroller > nav > a.active,
    .corp #side-scroller > nav > a:hover {
        color: #081A31;
        background-color: rgba(203,213,214,0.5);
    }
    .rai #side-scroller > nav > a.active,
    .rai #side-scroller > nav > a:hover {
        color: #081A31;
        background-color: rgba(255,227,194,0.5);
    }

#side-scroller > nav > nav {
  display: none
}

#side-scroller > nav > a.active + nav {
  display: block;
}

#side-scroller > nav > nav > a {
  padding: 1rem 1.5rem .8rem 3rem;
}

#side-scroller > nav > nav > a.active,
#side-scroller > nav > nav > a:hover {
  background-color: #006C99 !important;
  color: white !important;
}

    .erp #side-scroller > nav > nav > a.active,
    .erp #side-scroller > nav > nav > a:hover {
      background-color: #849C3A !important;
    }
    .scr #side-scroller > nav > nav > a.active,
    .scr #side-scroller > nav > nav > a:hover {
      background-color: #CE9126 !important;
    }
    .corp #side-scroller > nav > nav > a.active,
    .corp #side-scroller > nav > nav > a:hover {
      background-color: #9DA7AE !important;
    }
    .rai #side-scroller > nav > nav > a.active,
    .rai #side-scroller > nav > nav > a:hover {
      background-color: #BF6800 !important;
    }

#selectMenu {
 display: none; 
}

@media screen and (max-width: 767px){
  #stickyMenu {
    display: none;
  }
  
  #selectMenu {
    display: block;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 60px;
    background-color: white;
    margin-bottom: 1.5rem;
  }
  
  #selectChoice {
    line-height: 1.42857143;
    color: #555;
    cursor: pointer;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #9da7ae;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0 0 0 8px;
    position: relative;
    z-index: 5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0.5rem;
    -webkit-box-shadow: inset 1px 2px 5px rgb(0 0 0 / 50%);
    -moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,0.5);
    box-shadow: inset 1px 2px 5px rgb(0 0 0 / 50%);
  }
  
  #selectMenu .input {
   position: relative; 
  }
  
  #selectMenu .input:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 12px solid #00A2DD;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 20px;
    right: 12px;
    z-index: 5;
    pointer-events: none;
  }
  
}


/* Side Scrolling Nav End */

/* Gems */

.frm .gem-table > polygon:nth-child(1) {
  fill: #0084B5;
}
.frm .gem-table > polygon:nth-child(2) {
  fill: #00A2DD;
}
.frm .gem-table > polygon:nth-child(3) {
  fill: #006C99;
}

.erp .gem-table > polygon:nth-child(1) {
  fill: #98B03A;
}
.erp .gem-table > polygon:nth-child(2) {
  fill: #B0C636;
}
.erp .gem-table > polygon:nth-child(3) {
  fill: #849C3A;
}

.scr .gem-table > polygon:nth-child(1) {
  fill: #E0A31F;
}
.scr .gem-table > polygon:nth-child(2) {
  fill: #fcb515;
}
.scr .gem-table > polygon:nth-child(3) {
  fill: #E0A31F;
}

.corp .gem-table > polygon:nth-child(1) {
  fill: #9DA7AE;
}
.corp .gem-table > polygon:nth-child(2) {
  fill: #CBD5D6;
}
.corp .gem-table > polygon:nth-child(3) {
  fill: #B1B7BD;
}

/* Gems End */

/* Garp Boxes */

.garpBoxWrapper{
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  justify-content: center; 
}

.garpBoxItem{
  display: flex;
  flex-direction: column;
  flex-basis: 30%; 
  margin: 15px 1.65%; 
  border-top: 2px solid #006C99;
  box-shadow: 0 2px 9px #ccc;
  color: #081A31;
}

.garpBoxItem > p,
.garpBoxItem > a {
  margin-top: auto;
  padding-left: 20px; 
  padding-right: 20px;  
}

.garpBoxItem > a.garpBtn {
  width: 265px;
  margin:auto auto 2rem;
}

.garpBoxItem h4{
  color: #081A31;
  transition: color .3s;
}

.garpBoxItemInner:hover a h4{
  color: #00A2DD !important;
}

.garpBoxItem p{
  color: #081A31 !important;
}
  
  

@media screen and (max-width: 900px){
  
  .garpBoxItem{
    flex-basis: 45%; 
    margin: 15px 2.5%; 
  }

}


@media screen and (max-width: 600px){
  
  .garpBoxItem{
    flex-basis: 100%; 
    margin: 15px 0%; 
  }

}

.garpBoxItemInner{
  padding: 20px 20px 5px;   
}


/* Garp Boxes End*/

/* Blog */


.blogFlexWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.blogFlexRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.blogFlex100 {
  flex: 0 0 97%;
  margin: 15px 0 0;
}

.blogFlex66 {
  flex: 0 0 66%;
  margin: 15px 0 0;
}

.blogFlex50 {
  flex: 0 0 49%;
  margin: 15px 0 0;
}

.blogFlex33 {
  flex: 0 0 32%;
  margin: 15px 0 0;
}

.blogFlex100Container {
  flex: 0 0 100%;
}

.blogFlex50Container {
  flex: 0 0 50%;
}

.blogFlex66Container {
  flex: 0 0 66%;
}

.blogFlex50Container {
  flex: 0 0 50%;
}

@media screen and (max-width: 767px){
  
  .blogFlex66,
  .blogFlex50,
  .blogFlex33,
  .blogFlex50Container,
  .blogFlex66Container,
  .blogFlex50Container  {
    flex: 0 0 100%;
  }

}


.blogsCardsItem{
  border: 1px solid rgb(220,220,220); 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blogsCardsItem .recentBlog_Inner {
  margin-top: 0; 
}

.blogReader_padding{
  padding-top: 60px; 
  padding-bottom: 60px; 
}

.blogReaderBG{
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
}

.blogReaderTitle{
  text-align: center; 
  color: white; 
}

.blogReaderScreen{
  padding-top: 80px; 
  padding-bottom: 80px; 
  background-color: rgba(0,0,0,0.5); 
}

.popPosts_FeaturedIMG{
  display: block; 
  margin: 0px auto; 
  max-width: 100%; 
}
  
.popPostContainer{
  padding-left: 10px;   
}

.popPostsTitle{
  font-size: 13px;   
}

.newsletterSignUpForm .hs-form-field{
  margin-top: 15px; 
  margin-bottom: 15px; 
}

.newsletterSignUpForm input[type="text"], .newsletterSignUpForm input[type="email"]{
  width: 100%; 
  box-sizing: border-box; 
  height: 40px; 
  border: 1px solid gray; 
}


.newsletterSignUpForm input[type="submit"]{ 
  background-color: #00a2dd; 
  width: 100%; 
  box-sizing: border-box; 
  height: 40px; 
  border: none; 
  text-align: center; 
  color: white; 
  appearance: none; 
  -webkit-appearance: none; 
  text-transform: uppercase; 
  font-size: 15px; 
}

.FirstFeaturedImageBG{
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center; 
}

.firstContentArea{
  margin-top: 50px; 
  margin-bottom: 50px; 
  background-color: rgba(255,255,255,0.9); 
  padding: 15px; 
}

.blog_post_tag_link{ 
  text-decoration: none;
  font-weight: 500;
}

.blog_post_tag_link > a{ 
  z-index: 8;
  position: relative;
}

.linkOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.tagDivider{ 
  margin: .75rem 0;
  max-width: 50px; 
  border-width: 2px 0 0;
  border-color: #2bac9c; 
  border-style: solid;
}

.titleOfTheBlog{
  text-align: center;   
  margin-bottom: 10px;
}

.titleOfTheBlog > span {
  background-color: #f7f7f7;
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 2;
}

.titleOfTheBlog:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #234B53;
    display: block;
    top: -30px;
    position: relative;
    z-index: 1;
}

.first_contentPostDate{
  font-size: 10px;   
}

.blogCardFeaturedImage{
  display: block; 
  margin: 0px auto; 
  max-width: 100%; 
}

.trendingArticlesWrapper {
  padding-bottom: 15px;
}

.trendingArticlesWrapper hr {
  border-top: 2px solid black;
  margin: 0;
}

.trendingArticlesTitle{
  text-transform: uppercase; 
  color: black;   
  border-top: 7px solid black;  
  padding-top: 15px; 
  padding-bottom: 10px;
  margin-bottom: 0;
}

.listingPop_posts{
  padding: 15px 15px 0;
}

.column_posts{
  display: flex;
  flex-direction: row;
  padding-bottom: 15px;
}

.blogTagMenu{ 
  padding-left:0px; 
  list-style-type:none; 
  text-align: center; 
  margin-bottom: 20px;   
}

.blogTagMenu li{
  display:inline-block;   
  padding: 10px 15px;
  font-weight: 500;
}

.blogTagMenu li.active{
  background-color: rgba(0, 108, 153,1.0);
}

.blogTagMenu li a{
  color: #081A31;
  text-decoration: none;
}

.blogTagMenu li.active a{
  color: white;
}

.blogTagMenu li a:hover{
  color: #00a2dd;
}

.blog-pagination{
  text-align: center; 
  margin-top: 50px; 
  margin-bottom: 50px; 
}

.blog-pagination a{
  color: black; 
  text-decoration: none; 
}

.blogReader_TagTop{
  display: block; 
  color: white; 
  text-align: center; 
  text-decoration: none; 
  padding-top: 20px;   
}

.blogReader_PostBody {
  padding-top: 3rem;
}

.blogReader_PostBody img{
  max-width: 100%!important;   
}

.listingAdContainer{
  margin-top: 20px; 
  margin-bottom: 20px; 
}

/* Blog End */

/* Landing Page */

.landingPage{ 
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.landingPageBG{ 
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -20%;
  width: 0;
  height: 100vh;
  border-top: 70vh solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0 solid transparent;
  border-right: 100vw solid #f5f5f5;
}

/* Landing Page End */

/* Search */

.hs-search-field__bar input[type="text"]{
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

.hs-search-results__listing p {
 margin-bottom: 3rem; 
}
  
.hs-search-results__listing a{
  font-size: 18px; 
}

.centerText{
  text-align: center;   
}

#onlineSection{
  margin-top: -130px;   
  display: block; 
  height: 130px; 
}

#inPersonSection{
  margin-top: -130px;   
  display: block; 
  height: 130px; 
}

/* Search End */

/* Cooike */

body #hs-banner-parent > div#hs-eu-cookie-confirmation {
  background-color: #081a31;
  font: normal normal 400 1.6rem/1.618 "Nunito Sans" !important;
  color: white !important;
  z-index: 1000000 !important;
}

body #hs-banner-parent > div#hs-eu-cookie-confirmation button#hs-eu-confirmation-button {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  border: 2px solid #00A2DD;
  background-color: #00A2DD; 
  color: white; 
  text-align: center; 
  padding: 12px 15px;
  border-radius: 2px;
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: none;
  letter-spacing: .5px;
}
body #hs-banner-parent > div#hs-eu-cookie-confirmation button#hs-eu-decline-button {
  background: #FFFFFF;
  color: #00A2DD;
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-align: center;
  border: 2px solid #00A2DD;
  text-align: center; 
  padding: 12px 15px;
  border-radius: 2px;
  text-decoration: none; 
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: none;
  letter-spacing: .5px;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    background-color: #081a31;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: none;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-eu-cookie-disclaimer{
    color: #ffffff;
}

/* Cooike End */


.com__preferences__padding{
  margin-top: 60px; 
  margin-bottom: 70px; 
}

.com__preferences__padding .hs-button.primary{
  background-color:#00A2DD;
  color: white; 
  padding: 10px 35px; 
  appearance: none; 
  -webkit-appearance: none; 
  font-size: 15px; 
  border: none;   
  text-transform: capitalize;   
}